Advertisement
Guest User

Untitled

a guest
Feb 15th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. [acer@localhost usbpicprog-app]$ ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. /home/acer/Documents/usbpicprog-app/missing: Unknown `--is-lightweight' option
  5. Try `/home/acer/Documents/usbpicprog-app/missing --help' for more information
  6. configure: WARNING: 'missing' script is too old or missing
  7. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether to enable maintainer-specific portions of Makefiles... no
  12. checking for style of include used by make... GNU
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking whether gcc understands -c and -o together... yes
  23. checking dependency style of gcc... gcc3
  24. checking for library containing strerror... none required
  25. checking for gcc... (cached) gcc
  26. checking whether we are using the GNU C compiler... (cached) yes
  27. checking whether gcc accepts -g... (cached) yes
  28. checking for gcc option to accept ISO C89... (cached) none needed
  29. checking whether gcc understands -c and -o together... (cached) yes
  30. checking dependency style of gcc... (cached) gcc3
  31. checking for gcc... (cached) gcc
  32. checking whether we are using the GNU C compiler... (cached) yes
  33. checking whether gcc accepts -g... (cached) yes
  34. checking for gcc option to accept ISO C89... (cached) none needed
  35. checking whether gcc understands -c and -o together... (cached) yes
  36. checking dependency style of gcc... (cached) gcc3
  37. checking how to run the C preprocessor... gcc -E
  38. checking for grep that handles long lines and -e... /usr/bin/grep
  39. checking for egrep... /usr/bin/grep -E
  40. checking for ANSI C header files... yes
  41. checking how to run the C preprocessor... gcc -E
  42. checking for g++... g++
  43. checking whether we are using the GNU C++ compiler... yes
  44. checking whether g++ accepts -g... yes
  45. checking dependency style of g++... gcc3
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking locale.h usability... yes
  56. checking locale.h presence... yes
  57. checking for locale.h... yes
  58. checking for LC_MESSAGES... yes
  59. checking libintl.h usability... yes
  60. checking libintl.h presence... yes
  61. checking for libintl.h... yes
  62. checking for ngettext in libc... yes
  63. checking for dgettext in libc... yes
  64. checking for bind_textdomain_codeset... yes
  65. checking for msgfmt... /usr/bin/msgfmt
  66. checking for dcgettext... yes
  67. checking if msgfmt accepts -c... yes
  68. checking for gmsgfmt... /usr/bin/msgfmt
  69. checking for xgettext... /usr/bin/xgettext
  70. checking whether NLS is requested... yes
  71. checking for intltool >= 0.35.0... 0.51.0 found
  72. checking for intltool-update... /usr/bin/intltool-update
  73. checking for intltool-merge... /usr/bin/intltool-merge
  74. checking for intltool-extract... /usr/bin/intltool-extract
  75. checking for xgettext... (cached) /usr/bin/xgettext
  76. checking for msgmerge... /usr/bin/msgmerge
  77. checking for msgfmt... (cached) /usr/bin/msgfmt
  78. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  79. checking for perl... /usr/bin/perl
  80. checking for perl >= 5.8.1... 5.28.2
  81. checking for XML::Parser... ok
  82. checking for wx-config... /usr/bin/wx-config
  83. checking for wxWidgets version >= 2.9.0... yes (version 3.0.4)
  84. checking for wxWidgets static library... no
  85. checking for pkg-config... /usr/bin/pkg-config
  86. checking pkg-config is at least version 0.9.0... yes
  87. checking for LIBUSB... yes
  88. checking that generated files are newer than configure... done
  89. configure: creating ./config.status
  90. config.status: creating Makefile
  91. config.status: creating src/Makefile
  92. config.status: creating xml_data/Makefile
  93. config.status: creating examples/Makefile
  94. config.status: creating examples/blinking_led_pic18f4553/Makefile
  95. config.status: creating examples/blinking_led_12F_16F/Makefile
  96. config.status: creating examples/dice_for_12F6XX/Makefile
  97. config.status: creating examples/dice_for_12F6XX/gerber/Makefile
  98. config.status: creating examples/dice_for_12F6XX/kicad/Makefile
  99. config.status: creating examples/dice_for_12F6XX/code/Makefile
  100. config.status: creating po/Makefile.in
  101. config.status: creating config.h
  102. config.status: config.h is unchanged
  103. config.status: executing depfiles commands
  104. config.status: executing default-1 commands
  105. config.status: executing po/stamp-it commands
  106. [acer@localhost usbpicprog-app]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement